Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/s16550/makefile @ 2719:2fda91bdc268 lwtools-port
added httpd
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 26 Jul 2012 11:01:43 -0500 |
parents | 53c50c807d55 |
children | e4a0f58a5f9b |
line wrap: on
line source
include ../../../rules.mak DEPENDS = ./makefile DRIVERS = s16550_large.dr DESCS = t2_s16550.dd ALLOBJS = $(DRIVERS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)