X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=config.mk;h=64c2951ac1eb1e6942d5bb5b3100cb871d4ef34a;hp=2157537c823056729fef0aae65cffabfe1588b15;hb=adadb0e939624ffaad728fa857d4b8992368ca71;hpb=2c2277f15cbaa9533ef8aead7328c3f605251147 diff --git a/config.mk b/config.mk index 2157537c82..64c2951ac1 100644 --- a/config.mk +++ b/config.mk @@ -18,6 +18,8 @@ PLATFORM_LDFLAGS := LDFLAGS := LDFLAGS_FINAL := OBJCOPYFLAGS := +# clear VENDOR for tcsh +VENDOR := ######################################################################### ARCH := $(CONFIG_SYS_ARCH:"%"=%) @@ -57,6 +59,11 @@ ifdef FTRACE PLATFORM_CPPFLAGS += -finstrument-functions -DFTRACE endif +# Allow use of stdint.h if available +ifneq ($(USE_STDINT),) +PLATFORM_CPPFLAGS += -DCONFIG_USE_STDINT +endif + ######################################################################### RELFLAGS := $(PLATFORM_RELFLAGS)