]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - samples/Makefile
kobject: add sample code for how to use kobjects in a simple manner.
[karo-tx-linux.git] / samples / Makefile
index 5a4f0b6bcbedf955a83c39ae46dbca0e42bfb472..8652d0f268ad0fb25e24c65375828ec932df2e96 100644 (file)
@@ -1,3 +1,3 @@
 # Makefile for Linux samples code
 
-obj-$(CONFIG_SAMPLES)  += markers/
+obj-$(CONFIG_SAMPLES)  += markers/ kobject/