aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/100-freebsd-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mkimage/patches/100-freebsd-compat.patch')
-rw-r--r--tools/mkimage/patches/100-freebsd-compat.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/mkimage/patches/100-freebsd-compat.patch b/tools/mkimage/patches/100-freebsd-compat.patch
deleted file mode 100644
index 1567285714..0000000000
--- a/tools/mkimage/patches/100-freebsd-compat.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -634,7 +634,10 @@ UBOOTINCLUDE := \
- -I$(srctree)/arch/$(ARCH)/include \
- -include $(srctree)/include/linux/kconfig.h
-
--NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
-+ifneq ($(shell uname),FreeBSD)
-+ NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
-+endif
-+
- CHECKFLAGS += $(NOSTDINC_FLAGS)
-
- # FIX ME