comparison Makefile @ 202:6fbf0af23a19

merge
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 05 Feb 2016 18:16:34 +0000
parents c3a34eaef0cf
children 5f53b838b742
comparison
equal deleted inserted replaced
201:e122cddc1e49 202:6fbf0af23a19
6 # This Makefile is intended for use on the BeagleBone Black itself 6 # This Makefile is intended for use on the BeagleBone Black itself
7 # and not for cross-compiling 7 # and not for cross-compiling
8 8
9 RM := rm -rf 9 RM := rm -rf
10 STATIC_LIBS := ./libprussdrv.a ./libNE10.a 10 STATIC_LIBS := ./libprussdrv.a ./libNE10.a
11 LIBS := -lrt -lnative -lxenomai 11 LIBS := -lrt -lnative -lxenomai -lsndfile
12 12
13 INCLUDES := -I./include -I/usr/include/ne10 -I/usr/xenomai/include -I/usr/arm-linux-gnueabihf/include/xenomai/include -I/usr/arm-linux-gnueabihf/include/ne10 13 INCLUDES := -I./include -I/usr/include/ne10 -I/usr/xenomai/include -I/usr/arm-linux-gnueabihf/include/xenomai/include -I/usr/arm-linux-gnueabihf/include/ne10
14 14
15 15
16 ASM_SRCS := $(wildcard source/*.S) 16 ASM_SRCS := $(wildcard source/*.S)