Skip to content
Commit 2004c160 authored by Filip Jagodzinski's avatar Filip Jagodzinski
Browse files

cmake: Remove target-interface



`target-interface` is a platform-specific CMake target but it is
incorrectly located in the `drivers` directory, which hosts glue layer
for HAL.

For each of our platforms:
- Merge `target-interface` target into a platform-specific target.
- Copy platform-specific header files from drivers/target-interface/inc
  to platforms/x/device/inc.
- Since the header files do no try to be cross-platform any more, clean
  up the code a bit, and leave only the parts relevant for particular
platform.

Signed-off-by: Filip Jagodzinski's avatarFilip Jagodzinski <filip.jagodzinski@arm.com>
parent 392d149b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment