diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
commit | d8d9b8f76f22b7a16a83e261e64f89ee611f49df (patch) | |
tree | 3067bc130b80d52808e6390c9fc7fc087ec1e33c /drivers/block/Makefile | |
parent | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (diff) |
Initial revision
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r-- | drivers/block/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index ab00e93fc..f8ec1abd9 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -30,6 +30,22 @@ else endif endif +ifeq ($(CONFIG_ATARI_ACSI),y) + LX_OBJS += acsi.o +else + ifeq ($(CONFIG_ATARI_ACSI),m) + MX_OBJS += acsi.o + endif +endif + +ifeq ($(CONFIG_ATARI_SLM),y) + L_OBJS += acsi_slm.o +else + ifeq ($(CONFIG_ATARI_SLM),m) + M_OBJS += acsi_slm.o + endif +endif + ifeq ($(CONFIG_AMIGA_Z2RAM),y) L_OBJS += z2ram.o else |