summaryrefslogtreecommitdiff
path: root/drivers/staging/westbridge/astoria/block/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/westbridge/astoria/block/Makefile')
-rw-r--r--drivers/staging/westbridge/astoria/block/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/westbridge/astoria/block/Makefile b/drivers/staging/westbridge/astoria/block/Makefile
deleted file mode 100644
index 4a45dd0861e7..000000000000
--- a/drivers/staging/westbridge/astoria/block/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# Makefile for the kernel westbridge block driver
-#
-
-ifneq ($(CONFIG_WESTBRIDGE_DEBUG),y)
- EXTRA_CFLAGS += -DWESTBRIDGE_NDEBUG
-endif
-
-obj-$(CONFIG_WESTBRIDGE_BLOCK_DRIVER) += cyasblkdev.o
-cyasblkdev-y := cyasblkdev_block.o cyasblkdev_queue.o
-