diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2013-12-09 15:47:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-12-15 10:18:50 +0100 |
commit | 1d41dfd46f6f45ed351a677fb22eea072c6530df (patch) | |
tree | 6b071fef11b7b5e179a5fcb5eb56a4a3e8e00582 /tools/Makefile | |
parent | 07cff613bc08535341cc00ce4f8dcf4cca3489b3 (diff) |
add tools/syslinux
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index e78a7fe42..86eb09e22 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk -TARGETS:=adk mkcrypt cpio mkimage genext2fs cdrtools +TARGETS:=adk mkcrypt cpio mkimage genext2fs cdrtools syslinux TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS)) |