X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=c9c2cbedc641853c7886ffb023e5798362152899;hb=a4275f5e5264525205f0516015bd3e6b3ecc4d72;hp=5882c30771ab980c702c6185eff745e0c42d2529;hpb=f46c25583a73042edf432b209ee4b93bc3f7e762;p=u-boot diff --git a/Makefile b/Makefile index 5882c30771..c9c2cbedc6 100644 --- a/Makefile +++ b/Makefile @@ -591,12 +591,6 @@ endif # Prohibit date/time macros, which would make the build non-deterministic KBUILD_CFLAGS += $(call cc-option,-Werror=date-time) -ifneq ($(CONFIG_SYS_TEXT_BASE),) -KBUILD_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) -endif - -export CONFIG_SYS_TEXT_BASE - include scripts/Makefile.extrawarn # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments