X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=config.mk;h=64c2951ac1eb1e6942d5bb5b3100cb871d4ef34a;hb=refs%2Fheads%2Fkaro-txa5;hp=00805bdc5b3d9689b069c86c3bf5e67916e6d35a;hpb=5b3ee386fde82a1ba42ff09b95247842c9a1585e;p=karo-tx-uboot.git diff --git a/config.mk b/config.mk index 00805bdc5b..64c2951ac1 100644 --- a/config.mk +++ b/config.mk @@ -59,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)