summaryrefslogtreecommitdiff
path: root/com32/cmenu
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-05-12 16:14:19 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-05-12 16:14:19 -0700
commite396d6cb00469cfa5a52ad899d0f0c9f9a46997d (patch)
tree2fa999065e30e3df419761a828d77e306cbf8765 /com32/cmenu
parent8c7b081a0a01eef5dbba5e86802558dbd9733d3e (diff)
downloadsyslinux-e396d6cb00469cfa5a52ad899d0f0c9f9a46997d.tar.gz
cmenu: remove obsolete Makefile rulessyslinux-4.00-pre42
Remove Makefile rules which were both redundant (../MCONFIG contains the rules in a central manner) and just plain wrong. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'com32/cmenu')
-rw-r--r--com32/cmenu/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/com32/cmenu/Makefile b/com32/cmenu/Makefile
index 0ede58dc..794af741 100644
--- a/com32/cmenu/Makefile
+++ b/com32/cmenu/Makefile
@@ -39,21 +39,6 @@ MENUS = $(CMENUS) $(IMENUS)
%.c: %.menu adv_menu.tpl
python menugen.py --input=$< --output=$@ --template=adv_menu.tpl
-.PRECIOUS: %.o
-%.o: %.S
- $(CC) $(MAKEDEPS) $(SFLAGS) -c -o $@ $<
-
-.PRECIOUS: %.o
-%.o: %.c %.h
- $(CC) $(MAKEDEPS) $(CFLAGS) -c -o $@ $<
-
-.PRECIOUS: %.elf
-%.elf: %.o libmenu/libmenu.a $(LIBS)
- $(LD) $(LDFLAGS) -o $@ $^
-
-%.c32: %.elf
- $(OBJCOPY) -O binary $< $@
-
all: menus
libmenu/libmenu.a: $(LIBMENU)