RaspberrPi project source code
guowenxue
2 days ago 98766aaabcb1fa74123247a52e72a453b6da59f8
project/lightd/hal/makefile
@@ -18,11 +18,11 @@
    CROSS_COMPILE?=arm-linux-gnueabihf-
endif
#CROSS_COMPILE=
LIBNAME=$(shell basename ${PWD} )
TOPDIR=$(shell dirname ${PWD} )
CFLAGS ?= -I ../booster/ -I ../openlibs/install/include/
all: clean
   @rm -f *.o
   @${CROSS_COMPILE}gcc ${CFLAGS} -I${TOPDIR} -c *.c