
obj-${CONFIG_TECHNICOLOR_BUTTON} += technicolor_button.o

technicolor_button-y := main.o board_button_defines.o

clean:
	rm -f core *.o *.a *.s *~

