diff options
author | wdenk | 2004-04-15 21:58:11 +0000 |
---|---|---|
committer | wdenk | 2004-04-15 21:58:11 +0000 |
commit | bda6c8aece36f4f21cb041f518d09c26e4fb47eb (patch) | |
tree | b41bb029a0aed5a5437c14523aef8a0972e3b1e8 /Makefile | |
parent | a3d991bd0da8b9fb9dbf2c7481091c3d082b9b13 (diff) |
Patches by Pantelis Antoniou, 30 Mar 2004:
- some minor patches / cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -166,6 +166,9 @@ depend dep: tags: ctags -w `find $(SUBDIRS) include \ + lib_generic board/$(BOARDDIR) cpu/$(CPU) lib_$(ARCH) \ + fs/cramfs fs/fat fs/fdos fs/jffs2 \ + net disk rtc dtt drivers drivers/sk98lin common \ \( -name CVS -prune \) -o \( -name '*.[ch]' -print \)` etags: @@ -1260,8 +1263,8 @@ clean: rm -f examples/hello_world examples/timer \ examples/eepro100_eeprom examples/sched \ examples/mem_to_mem_idma2intr examples/82559_eeprom - rm -f tools/img2srec tools/mkimage tools/envcrc tools/gen_eth_addr + rm -f tools/mpc86x_clk rm -f tools/easylogo/easylogo tools/bmp_logo rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend rm -f tools/env/fw_printenv tools/env/fw_setenv |