RaspberrPi project source code
guowenxue
3 days ago feb96aa5dc5a36e5a3156341b3decfb253da7c4e
project/booster/makefile
@@ -11,16 +11,17 @@
#
#*******************************************************************************
PWD=$(shell pwd )
PWD=$(shell pwd)
BUILD_ARCH=$(shell uname -m)
ifneq ($(findstring $(BUILD_ARCH), "x86_64" "i386"),)
    CROSS_COMPILE?=arm-linux-gnueabihf-
endif
#CROSS_COMPILE=
LIBNAME=$(shell basename ${PWD} )
TOPDIR=$(shell dirname ${PWD} )
CFLAGS+=-D_GNU_SOURCE
all: clean
   @rm -f *.o