diff options
Diffstat (limited to 'fs/hpfs/Makefile')
-rw-r--r-- | fs/hpfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/hpfs/Makefile b/fs/hpfs/Makefile index 94ab74d5d..fec1d65f4 100644 --- a/fs/hpfs/Makefile +++ b/fs/hpfs/Makefile @@ -14,10 +14,10 @@ .s.o: $(AS) -o $*.o $< -OBJS= hpfs_fs.o +OBJS= hpfs_fs.o hpfs_caps.o hpfs.o: $(OBJS) - ln -f hpfs_fs.o hpfs.o + $(LD) -r -o hpfs.o $(OBJS) dep: $(CPP) -M *.c > .depend |