2012-05-08 20:22:25 +02:00
|
|
|
#
|
|
|
|
# arch/x86/realmode/Makefile
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU General Public
|
|
|
|
# License. See the file "COPYING" in the main directory of this archive
|
|
|
|
# for more details.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
subdir- := rm
|
|
|
|
|
2012-05-16 22:49:10 +02:00
|
|
|
obj-y += init.o
|
2012-05-08 20:22:25 +02:00
|
|
|
obj-y += rmpiggy.o
|
|
|
|
|
2012-05-09 22:25:06 +02:00
|
|
|
$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
|
2012-05-08 20:22:25 +02:00
|
|
|
|
|
|
|
$(obj)/rm/realmode.bin: FORCE
|
|
|
|
$(Q)$(MAKE) $(build)=$(obj)/rm $@
|