]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - config.mk
gpio: remove gpiolib.c and define remaining functions as static inline in asm/gpio.h
[karo-tx-uboot.git] / config.mk
index 00805bdc5b3d9689b069c86c3bf5e67916e6d35a..64c2951ac1eb1e6942d5bb5b3100cb871d4ef34a 100644 (file)
--- 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)