diff options
Diffstat (limited to 'drivers/test/l2cache/Makefile')
-rw-r--r-- | drivers/test/l2cache/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/test/l2cache/Makefile b/drivers/test/l2cache/Makefile new file mode 100644 index 00000000000..38394dd8c7d --- /dev/null +++ b/drivers/test/l2cache/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the PowerPC 4xx Test interface +# + +obj-$(CONFIG_PPC4xx_L2CACHE_TEST) += ppc4xx_l2cache_test_module.o + |