diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2007-05-31 17:05:02 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2007-05-31 17:05:02 -0700 |
| commit | d07f4bfbbf776707cb594745b797f3a1ec2a6e3e (patch) | |
| tree | d1cc7ec2b54d110bd2a1a6b34b66124167e2ae0e /com32/modules/Makefile | |
| parent | a20e763343de14c1bf47f3ca72029ece54a4b7ce (diff) | |
| download | syslinux-d07f4bfbbf776707cb594745b797f3a1ec2a6e3e.tar.gz | |
Hook up F-key help for the menu system, document
Diffstat (limited to 'com32/modules/Makefile')
| -rw-r--r-- | com32/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile index 9be0b85a..b83a65cb 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -88,10 +88,10 @@ cpuidtest.elf : cpuidtest.o cpuid.o $(LIBS) dmitest.elf : dmitest.o dmi_utils.o dmi.o $(LIBS) $(LD) $(LDFLAGS) -o $@ $^ -menu.elf : menu.o menumain.o readconfig.o $(LIBS) +menu.elf : menu.o menumain.o readconfig.o printmsg.o $(LIBS) $(LD) $(LDFLAGS) -o $@ $^ -vesamenu.elf : vesamenu.o menumain.o readconfig.o $(LIBS) +vesamenu.elf : vesamenu.o menumain.o readconfig.o printmsg.o $(LIBS) $(LD) $(LDFLAGS) -o $@ $^ ethersel.elf : ethersel.o $(LIBS) |
