2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
	* comm/Makefile.am: Remove.
	* irq/Makefile.am: Remove.
This commit is contained in:
Ralf Corsepius
2003-12-03 05:16:21 +00:00
parent b6fec258de
commit 0f4b28e36d
4 changed files with 11 additions and 37 deletions

View File

@@ -1,3 +1,9 @@
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
* comm/Makefile.am: Remove.
* irq/Makefile.am: Remove.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* comm/console.c, comm/uart.c, comm/uart.h, irq/irq_asm.S,

View File

@@ -2,8 +2,11 @@
## $Id$
##
# comm
include_HEADERS = comm/uart.h
EXTRA_DIST = comm/console.c comm/uart.c
SUBDIRS = comm irq
# irq
EXTRA_DIST += irq/irq_asm.S irq/irq_init.c
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,22 +0,0 @@
##
## $Id$
##
include_HEADERS = uart.h
C_FILES = console.c uart.c
$(PROJECT_INCLUDE):
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all: $(PREINSTALL_FILES)
EXTRA_DIST = console.c uart.c
include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,13 +0,0 @@
##
## $Id$
##
C_FILES = irq_init.c
S_FILES = irq_asm.S
all:
EXTRA_DIST = irq_asm.S irq_init.c
include $(top_srcdir)/../../../automake/local.am