Makefile (94bd217e2d683719ab21a4ac117d8a1b91cbedc9) | Makefile (3b7f993394db7c446c251fb8eb32ec501a330acc) |
---|---|
1# 2# s390/Makefile 3# 4# This file is included by the global makefile so that you can add your own 5# architecture-specific flags and dependencies. Remember to do have actions 6# for "archclean" and "archdep" for cleaning up and making dependencies for 7# this architecture 8# --- 85 unchanged lines hidden (view full) --- 94head-y += arch/s390/kernel/$(if $(CONFIG_64BIT),head64.o,head31.o) 95head-y += arch/s390/kernel/init_task.o 96 97# See arch/s390/Kbuild for content of core part of the kernel 98core-y += arch/s390/ 99 100libs-y += arch/s390/lib/ 101drivers-y += drivers/s390/ | 1# 2# s390/Makefile 3# 4# This file is included by the global makefile so that you can add your own 5# architecture-specific flags and dependencies. Remember to do have actions 6# for "archclean" and "archdep" for cleaning up and making dependencies for 7# this architecture 8# --- 85 unchanged lines hidden (view full) --- 94head-y += arch/s390/kernel/$(if $(CONFIG_64BIT),head64.o,head31.o) 95head-y += arch/s390/kernel/init_task.o 96 97# See arch/s390/Kbuild for content of core part of the kernel 98core-y += arch/s390/ 99 100libs-y += arch/s390/lib/ 101drivers-y += drivers/s390/ |
102drivers-$(CONFIG_MATHEMU) += arch/s390/math-emu/ | |
103 104# must be linked after kernel 105drivers-$(CONFIG_OPROFILE) += arch/s390/oprofile/ 106 107boot := arch/s390/boot 108 109all: image bzImage 110 --- 23 unchanged lines hidden --- | 102 103# must be linked after kernel 104drivers-$(CONFIG_OPROFILE) += arch/s390/oprofile/ 105 106boot := arch/s390/boot 107 108all: image bzImage 109 --- 23 unchanged lines hidden --- |