Makefile (eed0eabd12ef061821cbfa20d903476e07645320) | Makefile (3f5f0a4475e13345326061f00c68f428232ba2bc) |
---|---|
1# 2# This file is subject to the terms and conditions of the GNU General Public 3# License. See the file "COPYING" in the main directory of this archive 4# for more details. 5# 6# Copyright (C) 1994, 95, 96, 2003 by Ralf Baechle 7# DECStation modifications by Paul M. Antoine, 1996 8# Copyright (C) 2002, 2003, 2004 Maciej W. Rozycki --- 474 unchanged lines hidden (view full) --- 483 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/generic_defconfig $^ \ 484 $(foreach board,$(BOARDS),$(generic_config_dir)/board-$(board).config) 485 $(Q)$(MAKE) olddefconfig 486 487# 488# Prevent generic merge_config rules attempting to merge single fragments 489# 490$(generic_config_dir)/%.config: ; | 1# 2# This file is subject to the terms and conditions of the GNU General Public 3# License. See the file "COPYING" in the main directory of this archive 4# for more details. 5# 6# Copyright (C) 1994, 95, 96, 2003 by Ralf Baechle 7# DECStation modifications by Paul M. Antoine, 1996 8# Copyright (C) 2002, 2003, 2004 Maciej W. Rozycki --- 474 unchanged lines hidden (view full) --- 483 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/generic_defconfig $^ \ 484 $(foreach board,$(BOARDS),$(generic_config_dir)/board-$(board).config) 485 $(Q)$(MAKE) olddefconfig 486 487# 488# Prevent generic merge_config rules attempting to merge single fragments 489# 490$(generic_config_dir)/%.config: ; |
491 492# 493# Legacy defconfig compatibility - these targets used to be real defconfigs but 494# now that the boards have been converted to use the generic kernel they are 495# wrappers around the generic rules above. 496# 497.PHONY: sead3_defconfig 498sead3_defconfig: 499 $(Q)$(MAKE) 32r2el_defconfig BOARDS=sead-3 500 501.PHONY: sead3micro_defconfig 502sead3micro_defconfig: 503 $(Q)$(MAKE) micro32r2el_defconfig BOARDS=sead-3 |
|