Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72629
b: refs/heads/master
c: 2266cfd
h: refs/heads/master
i:
  72627: 3905ed5
v: v3
  • Loading branch information
Sam Ravnborg committed Oct 25, 2007
1 parent 2465f23 commit 4b1f6d2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74b469f2e6b1589118b6ac05c7256add01e572d2
refs/heads/master: 2266cfd50de3872e877eeca3dd4a6f940f22ba60
5 changes: 4 additions & 1 deletion trunk/arch/x86/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unified Makefile for i386 and x86_64

# No need to remake these files
# select defconfig based on actual architecture
KBUILD_DEFCONFIG := $(ARCH)_defconfig

# # No need to remake these files
$(srctree)/arch/x86/Makefile%: ;

ifeq ($(ARCH),i386)
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions trunk/scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ defconfig: $(obj)/conf
ifeq ($(KBUILD_DEFCONFIG),)
$< -d arch/$(ARCH)/Kconfig
else
@echo *** Default configuration is based on '$(KBUILD_DEFCONFIG)'
$(Q)$< -D arch/$(ARCH)/configs/$(KBUILD_DEFCONFIG) arch/$(ARCH)/Kconfig
@echo "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'"
$(Q)$< -D arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) arch/$(ARCH)/Kconfig
endif

%_defconfig: $(obj)/conf
$(Q)$< -D arch/$(ARCH)/configs/$@ arch/$(ARCH)/Kconfig
$(Q)$< -D arch/$(SRCARCH)/configs/$@ arch/$(ARCH)/Kconfig

# Help text used by make help
help:
Expand Down

0 comments on commit 4b1f6d2

Please sign in to comment.