X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=config.mk;h=64c2951ac1eb1e6942d5bb5b3100cb871d4ef34a;hb=38117231326cf65a70fc15b746d1241e2298b1ab;hp=2157537c823056729fef0aae65cffabfe1588b15;hpb=2c2277f15cbaa9533ef8aead7328c3f605251147;p=u-boot 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)