X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config.mk;h=64c2951ac1eb1e6942d5bb5b3100cb871d4ef34a;hb=0d296cc2d3b8e2ffa46b4a93d1398fa6bf85b504;hp=00805bdc5b3d9689b069c86c3bf5e67916e6d35a;hpb=0ce4af99c07acebf4fce9a91f1099d2460629293;p=people%2Fms%2Fu-boot.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)