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