Skip to content

Commit 11a8344

Browse files
committed
fwk: Dedup ps2mouse
hx20 is slightly reformatted. 100% semantically equal Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 122fb06 commit 11a8344

File tree

7 files changed

+1
-665
lines changed

7 files changed

+1
-665
lines changed

baseboard/fwk/build.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ baseboard-y=baseboard.o diagnostics.o flash_storage.o
1010
baseboard-$(CONFIG_BATTERY_SMART)+=battery.o
1111
baseboard-$(CONFIG_FANS)+=fan.o
1212
baseboard-$(CONFIG_SYSTEMSERIAL_DEBUG) += system_serial.o
13+
baseboard-$(CONFIG_8042_AUX) += ps2mouse.o

board/hx20/build.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ board-$(CONFIG_KEYBOARD_CUSTOMIZATION)+=keyboard_customization.o
2424
board-$(CONFIG_POWER_BUTTON_CUSTOM) += power_button_x86.o
2525
board-$(CONFIG_PECI) += peci_customization.o
2626
board-$(HAS_TASK_HOSTCMD) += host_command_customization.o
27-
board-$(CONFIG_8042_AUX) += ps2mouse.o
2827
board-$(CONFIG_I2C_HID_MEDIAKEYS) += i2c_hid_mediakeys.o
2928

3029

0 commit comments

Comments
 (0)