RaspberrPi project source code
guowenxue
13 hours ago 14ef00efc0b93e6301d046ccc8b3e90f9ac60ca4
project/booster/makefile
@@ -11,18 +11,15 @@
#
#*******************************************************************************
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