
obj-$(CONFIG_GEMTEK_HELLO) += hello.o

hello-objs := hello_main.o

obj-m += busy.o
busy-objs := busy_main.o

