diff options
| author | tmk | 2013-03-15 14:22:57 +0100 |
|---|---|---|
| committer | tmk | 2013-03-16 09:24:05 +0100 |
| commit | f0c5f1b910ecf9536e5b95cc4ca9a43b0f4b2c36 (patch) | |
| tree | f68e720804c1c82109c1de19dc3cc7d9eb2cabf0 /common.mk | |
| parent | 42f6ff088652827a82474c3a07f4c2c9497bacd9 (diff) | |
Add breathing sleep LED during USB suspend
Diffstat (limited to 'common.mk')
| -rw-r--r-- | common.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -47,5 +47,11 @@ ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE) OPT_DEFS += -DMOUSE_ENABLE endif +ifdef SLEEP_LED_ENABLE + SRC += $(COMMON_DIR)/sleep_led.c + OPT_DEFS += -DSLEEP_LED_ENABLE +endif + + # Search Path VPATH += $(TOP_DIR)/common |