Makefile (3eb66e91a25497065c5322b1268cbc3953642227) | Makefile (5f2fb52fac15a8a8e10ce020dd532504a8abfc4e) |
---|---|
1# 2# arch/alpha/boot/Makefile 3# 4# This file is subject to the terms and conditions of the GNU General Public 5# License. See the file "COPYING" in the main directory of this archive 6# for more details. 7# 8# Copyright (C) 1994 by Linus Torvalds 9# 10 | 1# 2# arch/alpha/boot/Makefile 3# 4# This file is subject to the terms and conditions of the GNU General Public 5# License. See the file "COPYING" in the main directory of this archive 6# for more details. 7# 8# Copyright (C) 1994 by Linus Torvalds 9# 10 |
11hostprogs-y := tools/mkbb tools/objstrip | 11hostprogs := tools/mkbb tools/objstrip |
12targets := vmlinux.gz vmlinux \ 13 vmlinux.nh tools/lxboot tools/bootlx tools/bootph \ 14 tools/bootpzh bootloader bootpheader bootpzheader 15OBJSTRIP := $(obj)/tools/objstrip 16 17KBUILD_HOSTCFLAGS := -Wall -I$(objtree)/usr/include 18BOOTCFLAGS += -I$(objtree)/$(obj) -I$(srctree)/$(obj) 19 --- 101 unchanged lines hidden --- | 12targets := vmlinux.gz vmlinux \ 13 vmlinux.nh tools/lxboot tools/bootlx tools/bootph \ 14 tools/bootpzh bootloader bootpheader bootpzheader 15OBJSTRIP := $(obj)/tools/objstrip 16 17KBUILD_HOSTCFLAGS := -Wall -I$(objtree)/usr/include 18BOOTCFLAGS += -I$(objtree)/$(obj) -I$(srctree)/$(obj) 19 --- 101 unchanged lines hidden --- |