mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
Fix an error in common/build.mk that causes compilation fail.
Removed a duplicated line in common/build.mk which causes compilation fail. BUG=chrome-os-partner:7313 TEST=Compilation passed Change-Id: Ia7bb73b96e4feae27e5b6e519feb3ea1a672913a
This commit is contained in:
@@ -5,4 +5,3 @@
|
||||
common-objs=main.o util.o console.o vboot.o
|
||||
common-objs+=flash_commands.o host_command.o port80.o keyboard.o i8042.o
|
||||
common-objs+=memory_commands.o shared_mem.o temp_sensor_commands.o pwm_commands.o
|
||||
common-objs+=memory_commands.o shared_mem.o pwm_commands.o
|
||||
|
||||
Reference in New Issue
Block a user