view 3rdparty/booters/makefile @ 49:4fd75b62ccb1

Moved here
author boisy
date Sat, 20 Apr 2002 13:41:49 +0000
parents 2ce754e62499
children 747a7379ae50
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile
BOOTERS		= boot_kenton boot_rampak boot_ide boot_tc3 boot_wd1002 \
		boot_rom boot_rom_l1
ALLOBJS		= $(BOOTERS)

all:	$(ALLOBJS) $(DEPENDS)

clean:
	$(RM) $(ALLOBJS)