Cleanup linux_rtc_drv and lx_fs target.mk

Original patch by Roman Iten and Pirmin Duss.

Issue #3466
This commit is contained in:
Christian Helmuth 2019-12-12 17:14:21 +01:00
parent 0c8ec41c21
commit cebc963396
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
TARGET = linux_rtc_drv
REQUIRES = x86
REQUIRES = linux
LIBS = lx_hybrid
include $(REP_DIR)/src/drivers/rtc/target.inc

View File

@ -3,4 +3,4 @@ REQUIRES = linux
SRC_CC = main.cc
LIBS = lx_hybrid
INC_DIR += $(PRG_DIR) /usr/include
INC_DIR += $(PRG_DIR)