Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdf9cadd authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "libs: ui: speedy to use DVISION_KEYPAD" into gingerbread

parents 2d32655f 5ecd88d6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ ifeq ($(TARGET_BOOTLOADER_BOARD_NAME),latte)
	LOCAL_CFLAGS += -DLATTE_KEYPAD
else ifeq ($(TARGET_BOOTLOADER_BOARD_NAME),vision)
	LOCAL_CFLAGS += -DVISION_KEYPAD
else ifeq ($(TARGET_BOOTLOADER_BOARD_NAME),speedy)
	LOCAL_CFLAGS += -DVISION_KEYPAD
endif

ifeq ($(BOARD_NO_RGBX_8888),true)