diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) | |||
36 | .PHONY: _all | 36 | .PHONY: _all |
37 | _all: | 37 | _all: |
38 | 38 | ||
39 | CONFIG_CONFIG_IN = $(top_srcdir)/sysdeps/$(TARGET_OS)/Config.in | 39 | CONFIG_CONFIG_IN = $(top_srcdir)/Config.in |
40 | CONFIG_DEFCONFIG = $(top_srcdir)/sysdeps/$(TARGET_OS)/defconfig | 40 | CONFIG_DEFCONFIG = $(top_srcdir)/defconfig |
41 | 41 | ||
42 | ifeq ($(KBUILD_SRC),) | 42 | ifeq ($(KBUILD_SRC),) |
43 | 43 | ||