diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-08-08 13:05:23 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-08-08 13:05:23 +0200 |
commit | 7cd709038cc5c25d66d4bacc8c7c1268d9d3f5dd (patch) | |
tree | d96316d912c35abb948a0ae88caf31b2ff2dcee3 /windhoek/Makefile | |
parent | 793af51f505adfa1ea138dc76be731faab58b1a6 (diff) |
for debugging IDE.
Diffstat (limited to 'windhoek/Makefile')
-rw-r--r-- | windhoek/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windhoek/Makefile b/windhoek/Makefile index 858c1fff..91646bba 100644 --- a/windhoek/Makefile +++ b/windhoek/Makefile @@ -13,13 +13,13 @@ TARGET = windhoek IDE_SRC = ide.c ide-disk.c ide-generic.c ide-io.c ide-park.c \ ide-iops.c ide-lib.c ide-pm.c ide-pnp.c ide-probe.c ide-taskfile.c \ setup-pci.c ide-pci-generic.c ide-pio-blacklist.c ide-sysfs.c \ - piix.c ide-dma.c ide-gd.c + ide-dma.c ide-gd.c IDEFILES = $(addprefix ide/, $(IDE_SRC)) CDROM_SRC = #cdrom.c CDROMFILES = $(addprefix cdrom/, $(CDROM_SRC)) -PARTITION_SRC = msdos.c check.c +PARTITION_SRC = check.c PARTITIONFILES = $(addprefix partitions/, $(PARTITION_SRC)) SRC_C = main.c genhd.c |