diff options
author | Feng Tang <feng.tang@intel.com> | 2010-06-28 15:14:37 +0800 |
---|---|---|
committer | Feng Tang <feng.tang@intel.com> | 2010-07-20 11:10:04 +0800 |
commit | 387d33fbfcdbe2d039ba719d487359b205181873 (patch) | |
tree | 51a6cca06e34eb1a2904c4650ce330aabcf6294e /com32/elflink/Makefile | |
parent | 7badd550c3823c6772f36ecaeade2b57538b6e46 (diff) | |
download | syslinux-387d33fbfcdbe2d039ba719d487359b205181873.tar.gz syslinux-387d33fbfcdbe2d039ba719d487359b205181873.tar.xz syslinux-387d33fbfcdbe2d039ba719d487359b205181873.zip |
elflink: malloc cleanup
* remove com32/lib/malloc.h
* remove com32/elflink/test_memalign.c
Diffstat (limited to 'com32/elflink/Makefile')
-rw-r--r-- | com32/elflink/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/com32/elflink/Makefile b/com32/elflink/Makefile index 9e6cc4af..39266ded 100644 --- a/com32/elflink/Makefile +++ b/com32/elflink/Makefile @@ -13,8 +13,7 @@ topdir = ../.. include ../MCONFIG -MODULES = test_memalign.c32 # test_com32.c32 - +MODULES = TESTFILES = all: $(MODULES) $(TESTFILES) |