provide support for passing CFLAGS, FFLAGS, PFLAGS, FPFLAGS to make on the command line

This commit is contained in:
Jameson Nash
2012-08-21 00:31:12 -04:00
parent 48f075cfd5
commit d0e731e8b8
6 changed files with 24 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ TOPDIR = ..
include $(TOPDIR)/Makefile.system
ifdef TARGET_CORE
CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
BUILD_KERNEL = 1
KDIR =
TSUFFIX = _$(TARGET_CORE)