diff options
Diffstat (limited to 'linux/Makefrag.am')
-rw-r--r-- | linux/Makefrag.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/linux/Makefrag.am b/linux/Makefrag.am index fccb8070..7c7b432d 100644 --- a/linux/Makefrag.am +++ b/linux/Makefrag.am @@ -1,6 +1,6 @@ # Makefile fragment for Linux device drivers and the glue code. -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2011 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the @@ -57,6 +57,7 @@ liblinux_a_SOURCES = \ linux/dev/kernel/sched.c \ linux/dev/glue/kmem.c \ linux/dev/glue/block.c \ + linux/dev/glue/glue.h \ linux/dev/arch/i386/kernel/setup.c liblinux_a_SOURCES += \ @@ -259,6 +260,14 @@ liblinux_a_SOURCES += \ linux/src/drivers/scsi/seagate.h endif +if device_driver_sym53c8xx +liblinux_a_SOURCES += \ + linux/src/drivers/scsi/sym53c8xx.c \ + linux/src/drivers/scsi/sym53c8xx_comm.h \ + linux/src/drivers/scsi/sym53c8xx.h \ + linux/src/drivers/scsi/sym53c8xx_defs.h +endif + if device_driver_t128 liblinux_a_SOURCES += \ linux/src/drivers/scsi/t128.c \ |