platform_drv: make it available for arm_64 generic

Ref #3825
This commit is contained in:
Stefan Kalkowski 2020-09-30 17:06:33 +02:00 committed by Christian Helmuth
parent 3cf3344fa3
commit aa2511e209

View File

@ -0,0 +1,7 @@
TARGET = platform_drv
REQUIRES = arm_64
SRC_CC = device.cc device_component.cc device_model_policy.cc main.cc session_component.cc root.cc
INC_DIR = $(PRG_DIR)/../../spec/arm
LIBS = base
vpath %.cc $(PRG_DIR)/../../spec/arm